home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 138
/
Volume 138 Aug 19 2011 - Damaged.iso
/
Games
/
star-rebellion.swf
/
scripts
/
SwitchButton.as
< prev
next >
Wrap
Text File
|
2011-08-19
|
515b
|
29 lines
package
{
import flash.display.MovieClip;
import flash.text.TextField;
public dynamic class SwitchButton extends MovieClip
{
public var buttonLabel:TextField;
public function SwitchButton()
{
super();
addFrameScript(4,§\x01\x05\x02\t§,9,frame10);
}
function frame10() : *
{
stop();
}
function §\x01\x05\x02\t§() : *
{
stop();
}
}
}